Skip to content

Update minimum dependency versions to latest releases#263

Merged
giginet merged 1 commit intomainfrom
update-dependencies
Mar 16, 2026
Merged

Update minimum dependency versions to latest releases#263
giginet merged 1 commit intomainfrom
update-dependencies

Conversation

@giginet
Copy link
Copy Markdown
Owner

@giginet giginet commented Mar 16, 2026

Summary

Bump minimum version requirements for all dependencies to their latest releases: swift-log 1.10.1, swift-collections 1.4.0, swift-argument-parser 1.7.0, swift-algorithms 1.2.1, Rainbow 4.2.1, SwiftyJSON 5.0.2, swift-async-operations 0.5.0, and swift-docc-plugin 1.4.6. Adapt to swift-collections 1.4.0 by replacing import OrderedCollections with import Collections and removing OrderedCollections. type prefixes in FrameworkProducer.swift, BuildOptions.swift, PackageResolver.swift, and topologicalSort.swift.

Added Tests

No new tests added. All existing 46 tests pass with the updated dependencies.

Bump minimum version requirements for all dependencies:
- swift-log: 1.5.2 → 1.10.1
- swift-collections: 1.0.4 → 1.4.0
- swift-argument-parser: 1.1.0 → 1.7.0
- swift-algorithms: 1.0.0 → 1.2.1
- Rainbow: 4.0.1 → 4.2.1
- SwiftyJSON: 5.0.0 → 5.0.2
- swift-async-operations: 0.4.0 → 0.5.0
- swift-docc-plugin: 1.3.0 → 1.4.6

Adapt to swift-collections 1.4.0 by replacing `import OrderedCollections`
with `import Collections` and removing `OrderedCollections.` type prefixes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@giginet giginet marked this pull request as ready for review March 16, 2026 02:13
@giginet giginet merged commit 84b0739 into main Mar 16, 2026
3 checks passed
@giginet giginet deleted the update-dependencies branch March 16, 2026 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants